projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2a678
)
* json.el (json-advance): Use forward-char.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 7 Oct 2008 16:18:01 +0000
(16:18 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 7 Oct 2008 16:18:01 +0000
(16:18 +0000)
(json-skip-whitespace): Use skip-syntax-forward.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 9b55d1cf4d570aff8da6a074a1480e84bd0bae35..3c1b174f6edcaed972bba11b91ad1ebf0219b767 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2008-10-07 T. V. Raman <raman@users.sourceforge.net>
+
+ * json.el (json-advance): Use forward-char.
+ (json-skip-whitespace): Use skip-syntax-forward.
+
2008-10-07 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el: Amend several doc strings and comments.